ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseLineAxisView<TCoordinateSystemView> Class / _getForceMaxWidth Method

In This Topic
    _getForceMaxWidth Method (_BaseLineAxisView<TCoordinateSystemView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getForceMaxWidth( _
       ByVal viewWidth As Double _
    ) As Nullable(Of Double)
    public Nullable<double> _getForceMaxWidth( 
       double viewWidth
    )

    Parameters

    viewWidth
    See Also